From: Richard M. Stallman Date: Tue, 12 Aug 1997 00:36:22 +0000 (+0000) Subject: (main): Fix previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~79766 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b063fa35e6a93260fee568f171a5b0874f7e7ed3;p=emacs.git (main): Fix previous change. --- diff --git a/src/emacs.c b/src/emacs.c index 05b044f57cf..7bcb5b0919c 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1104,9 +1104,9 @@ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); { extern void _mcleanup (); extern char etext; - extern void clear_glyph_matrix (); + extern Lisp_Object Fredraw_frame (); atexit (_mcleanup); - monstartup (clear_glyph_matrix, &etext); + monstartup (Fredraw_frame, &etext); } else moncontrol (0);